setShowsUserInterface
open fun setShowsUserInterface(showsUserInterface: Boolean): NotificationCompat.Action.Builder(source)
Set whether or not this Action's PendingIntent will open a user interface.
Return
this object for method chaining The default value is true
Parameters
showsUserInterface
true
if this Action's PendingIntent will open a user interface, otherwise false